ArcPad Configuration File Schema
GPSCURSOR Element
See Also  Send comments on this topic.
ArcPad Configuration File Schema > ArcPad Element > CONFIG Element : GPSCURSOR Element

Glossary Item Box

Description

Used in default configuration (ArcPad.apx) to specify an alternate set of GPS cursors.

Diagram

GPSCURSOR Element

Overview

GPSCURSOR
Used in default configuration (ArcPad.apx) to specify an alternate set of GPS cursors.
image required xs:string
transparencycolor optional xs:string
Transparency color of the image.

Attributes

NameTypeUseDefaultFixedDescription
imagexs:stringrequired   
transparencycolorxs:stringoptionalMagenta Transparency color of the image.

Remarks

  • The GPS cursor bitmap must contain 10 cursor images -- The first is when you are are not moving, the next eight are at each of the 45 degree points on the compass in clockwise order starting from north, the last is the 'no fix' cursor.
  • ArcPad automatically divides up the bitmap into 10 images based on the height of the bitmap. Each cursor image must fall in a square box and each cursor is always centered on the center of each box. Below is a sample bitmap:

  • The GPS cursor bitmap must be placed in the ArcPad System folder (the default is C:\Program Files\ArcPad 7.0\System).

Examples

Copy Code
<ArcPad> 
  <CONFIG>
    <GPSCURSOR image="gpscursor.bmp" />
  </CONFIG> 
</ArcPad>

Source

<xs:element name="GPSCURSOR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used in default configuration (ArcPad.apx) to specify an alternate set of GPS cursors.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute use="required" ref="image">
      <xs:annotation>
        <xs:documentation>The bitmap that contains the GPS cursor images.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="transparencycolor" default="Magenta" type="xs:string">
      <xs:annotation>
        <xs:documentation>Transparency color of the image.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.